home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
176-200
/
disk_195
/
microemacs
/
src.zoo
/
elang.h
< prev
next >
Wrap
C/C++ Source or Header
|
1989-03-23
|
498b
|
30 lines
/* ELANG.H: Language specific definitions for
MicroEMACS 3.10
(C)opyright 1988 by Daniel Lawrence
*/
#if ENGLISH
#include "english.h"
#define LANGUAGE "english"
#endif
#if FRENCH
#include "french.h"
#define LANGUAGE "french"
#endif
#if SPANISH
#include "spanish.h"
#define LANGUAGE "spanish"
#endif
#if GERMAN
#include "german.h"
#define LANGUAGE "german"
#endif
#if DUTCH
#include "dutch.h"
#define LANGUAGE "dutch"
#endif
#if PLATIN
#include "platin.h"
#define LANGUAGE "pig latin"
#endif